enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Météo des déchèteries du Territoire de l'Ouest

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
titre
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
titre
Type
texte
Exemple
                       
address
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
address
Type
texte
Exemple
                       
ville
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ville
Type
texte
Exemple
                       
commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
lat
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lat
Type
texte
Exemple
                       
lng
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lng
Type
texte
Exemple
                       
encombrants
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
encombrants
Type
int
Exemple
                       
cartons
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cartons
Type
int
Exemple
                       
dechets_verts
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dechets_verts
Type
int
Exemple
                       
gravats
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gravats
Type
int
Exemple
                       
placo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
placo
Type
int
Exemple
                       
metaux
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
metaux
Type
int
Exemple
                       
d3e
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
d3e
Type
int
Exemple
                       
batteries
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
batteries
Type
int
Exemple
                       
huiles
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
huiles
Type
int
Exemple
                       
bacs_cs
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
bacs_cs
Type
int
Exemple
                       
vetements
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vetements
Type
int
Exemple
                       
neons
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
neons
Type
int
Exemple
                       
verres
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
verres
Type
int
Exemple
                       
piles
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
piles
Type
int
Exemple
                       
placo2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
placo2
Type
int
Exemple
                       
date_mise_jour
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_mise_jour
Type
texte
Exemple
                       
heures_mise_jour
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
heures_mise_jour
Type
texte
Exemple
                       
lien
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lien
Type
texte
Exemple
                       
geom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geom
Type
geo_point_2d
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"meteo-des-decheteries",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/meteo-des-decheteries"
      }
    ]
    ,
  • "definitions":
    {
    • "meteo-des-decheteries":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/meteo-des-decheteries_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "meteo-des-decheteries_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "titre":
                {
                • "type":"string",
                • "title":"titre",
                • "description":""
                }
                ,
              • "address":
                {
                • "type":"string",
                • "title":"address",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"ville",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"commune",
                • "description":""
                }
                ,
              • "lat":
                {
                • "type":"string",
                • "title":"lat",
                • "description":""
                }
                ,
              • "lng":
                {
                • "type":"string",
                • "title":"lng",
                • "description":""
                }
                ,
              • "encombrants":
                {
                • "type":"integer",
                • "title":"encombrants",
                • "description":""
                }
                ,
              • "cartons":
                {
                • "type":"integer",
                • "title":"cartons",
                • "description":""
                }
                ,
              • "dechets_verts":
                {
                • "type":"integer",
                • "title":"dechets_verts",
                • "description":""
                }
                ,
              • "gravats":
                {
                • "type":"integer",
                • "title":"gravats",
                • "description":""
                }
                ,
              • "placo":
                {
                • "type":"integer",
                • "title":"placo",
                • "description":""
                }
                ,
              • "metaux":
                {
                • "type":"integer",
                • "title":"metaux",
                • "description":""
                }
                ,
              • "d3e":
                {
                • "type":"integer",
                • "title":"d3e",
                • "description":""
                }
                ,
              • "batteries":
                {
                • "type":"integer",
                • "title":"batteries",
                • "description":""
                }
                ,
              • "huiles":
                {
                • "type":"integer",
                • "title":"huiles",
                • "description":""
                }
                ,
              • "bacs_cs":
                {
                • "type":"integer",
                • "title":"bacs_cs",
                • "description":""
                }
                ,
              • "vetements":
                {
                • "type":"integer",
                • "title":"vetements",
                • "description":""
                }
                ,
              • "neons":
                {
                • "type":"integer",
                • "title":"neons",
                • "description":""
                }
                ,
              • "verres":
                {
                • "type":"integer",
                • "title":"verres",
                • "description":""
                }
                ,
              • "piles":
                {
                • "type":"integer",
                • "title":"piles",
                • "description":""
                }
                ,
              • "placo2":
                {
                • "type":"integer",
                • "title":"placo2",
                • "description":""
                }
                ,
              • "date_mise_jour":
                {
                • "type":"string",
                • "title":"date_mise_jour",
                • "description":""
                }
                ,
              • "heures_mise_jour":
                {
                • "type":"string",
                • "title":"heures_mise_jour",
                • "description":""
                }
                ,
              • "lien":
                {
                • "type":"string",
                • "title":"lien",
                • "description":""
                }
                ,
              • "geom":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geom",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires